Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'Eclipse-LazyStart' headers in favor of 'Bundle-ActivationPolicy' #292

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

HannesWell
Copy link
Member

... and remove unnecessary 'Bundle-ClassPath: .' entries.

Replace the use of the legacy and Eclipse-specific MANIFEST.MF header 'Eclipse-LazyStart: true' by the OSGi standard compliant header 'Bundle-ActivationPolicy: lazy' (which is already used in most cases.

The default value of 'Bundle-ClassPath' is the dot which is used when the header is not specified. Therefore there is no need to specify it with that value.

... and remove unnecessary 'Bundle-ClassPath: .' entries.

Replace the use of the legacy and Eclipse-specific MANIFEST.MF header
'Eclipse-LazyStart: true' by the OSGi standard compliant header
'Bundle-ActivationPolicy: lazy' (which is already used in most cases.

The default value of 'Bundle-ClassPath' is the dot which is used when
the header is not specified. Therefore there is no need to specify it
with that value.
@github-actions
Copy link

Test Results

     24 files  ±0       24 suites  ±0   11m 54s ⏱️ +15s
2 150 tests ±0  2 105 ✔️  - 1  44 💤 ±0  1 +1 
2 194 runs  ±0  2 149 ✔️  - 1  44 💤 ±0  1 +1 

For more details on these failures, see this check.

Results for commit 97eb677. ± Comparison against base commit deb67c2.

@HannesWell HannesWell merged commit 856f09e into eclipse-equinox:master Jul 17, 2023
19 of 23 checks passed
@HannesWell HannesWell deleted the lazyActivation branch July 17, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant